mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
887 B

  1. --- ./src/Makefile.in.orig 2004-09-06 22:51:30.293119784 +0200
  2. +++ ./src/Makefile.in 2004-09-06 22:52:34.686330528 +0200
  3. @@ -379,10 +379,10 @@
  4. install: $(lib_LTLIBRARIES)
  5. -@APACHE2_TRUE@ $(APXS) -i -a -n mono libmod_mono.la
  6. -@APACHE2_TRUE@@BUILD_OLD_MODULE_TRUE@ $(APXS) -i -a -n mono_old libmod_mono_old.la
  7. -@APACHE2_FALSE@ $(APXS) -i -a -n mono .libs/libmod_mono.so
  8. -@APACHE2_FALSE@@BUILD_OLD_MODULE_TRUE@ $(APXS) -i -a -n mono_old .libs/libmod_mono_old.so
  9. +@APACHE2_TRUE@ $(APXS) -i -n mono libmod_mono.la
  10. +@APACHE2_TRUE@@BUILD_OLD_MODULE_TRUE@ $(APXS) -i -n mono_old libmod_mono_old.la
  11. +@APACHE2_FALSE@ $(APXS) -i -n mono .libs/libmod_mono.so
  12. +@APACHE2_FALSE@@BUILD_OLD_MODULE_TRUE@ $(APXS) -i -n mono_old .libs/libmod_mono_old.so
  13. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  14. # Otherwise a system limit (for SysV at least) may be exceeded.
  15. .NOEXPORT: