SF.net SVN: geany: [2457] trunk/src/makefile.win32

eht16 at users.sourceforge.net eht16 at xxxxx
Tue Apr 8 15:10:14 UTC 2008


Revision: 2457
          http://geany.svn.sourceforge.net/geany/?rev=2457&view=rev
Author:   eht16
Date:     2008-04-08 08:10:05 -0700 (Tue, 08 Apr 2008)

Log Message:
-----------
Fix hardcoded make command

Modified Paths:
--------------
    trunk/src/makefile.win32

Modified: trunk/src/makefile.win32
===================================================================
--- trunk/src/makefile.win32	2008-04-08 15:00:06 UTC (rev 2456)
+++ trunk/src/makefile.win32	2008-04-08 15:10:05 UTC (rev 2457)
@@ -72,7 +72,7 @@
 # this calls parent clean-local target because del ../file won't work
 clean:
 	-$(RM) deps.mak *.o
-	cd .. && make -f makefile.win32 clean-local && cd src
+	cd .. && $(MAKE) -f makefile.win32 clean-local && cd src
 
 exec:
 	$(EXECDIR)\geany.exe


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list