(svn r3864) -Fix: small problems with make-system, making room for a wrapper-configure
authortruelight
Tue, 14 Mar 2006 19:10:33 +0000
changeset 3197 95255bcc2e23
parent 3196 29717e930f9a
child 3198 57a611a83867
(svn r3864) -Fix: small problems with make-system, making room for a wrapper-configure
Makefile
makefiledir/Makefile.libdetection
--- a/Makefile	Tue Mar 14 12:00:11 2006 +0000
+++ b/Makefile	Tue Mar 14 19:10:33 2006 +0000
@@ -974,7 +974,7 @@
 	@true # The include handles this automagically
 
 # Introduce the dependencies
-ifeq ($(findstring $(MAKECMDGOALS), clean info depend mrproper),)
+ifeq ($(findstring $(MAKECMDGOALS), clean info depend mrproper upgradeconf $(MAKE_CONFIG)),)
 -include $(DEPS)
 endif
 
--- a/makefiledir/Makefile.libdetection	Tue Mar 14 12:00:11 2006 +0000
+++ b/makefiledir/Makefile.libdetection	Tue Mar 14 19:10:33 2006 +0000
@@ -6,6 +6,8 @@
 
 ifeq ($(shell expr $(CONFIG_VERSION) \< 9), 1)
 
+ifndef BYPASS_OS_DETECT
+
 # Automatically recognize if building on Win32
 ifdef WINDIR
 ifndef UNIX
@@ -56,6 +58,9 @@
 UNIX:=1
 endif
 
+# END BYPASS_OS_DETECT
+endif
+
 # FreeBSD uses sdl11 instead of sdl
 ifdef FREEBSD
 SDL-CONFIG:=sdl11-config