r1829

dslinux_amadeus at dslinux.in-berlin.de dslinux_amadeus at dslinux.in-berlin.de
Sun Jul 22 11:46:46 CEST 2007


Author: amadeus
Date: 2007-07-22 11:46:41 +0200 (Sun, 22 Jul 2007)
New Revision: 1829

Log:
Fix Makefile: no link if not needed

Modified: trunk/user/retawq/Makefile
===================================================================
--- trunk/user/retawq/Makefile	2007-07-22 09:45:37 UTC (rev 1828)
+++ trunk/user/retawq/Makefile	2007-07-22 09:46:41 UTC (rev 1829)
@@ -146,12 +146,10 @@
 
 RETAWQ_VERSION = 0.2.6b
 
-all: retawq
-retawq: build_binary
-build_binary: config retawqbin stripsyms msgpost
+.PHONY: all
+all: config retawq
 
-devel: clean config retawqbin
-
+.PHONY: config
 config:
 	@tool/tgmode --init $(OPTION_TG) || { (exit 1); exit 1; }
 	@echo "/* Auto-generated by retawq/Makefile, do not edit */" >.config
@@ -264,7 +262,7 @@
 	@echo "#define CONFIG_CSS $(CONFIG_CSS)" >>.config
 	@echo "#define CONFIG_DEBUG $(CONFIG_DEBUG)" >>.config
 
-retawqbin: $(OBJS)
+retawq: $(OBJS)
 	tglibs=`tool/tgmode --libs $(OPTION_TG)`; $(CC) $(CFLAGS) $(OBJS) $(LDFLAGS) $(PTHREAD_LIBS) $$tglibs $(LTLS) $(LCLM) -o retawq
 
 stripsyms:




More information about the dslinux-commit mailing list