[Olsr-cvs] olsrd-current Makefile.inc,1.26,1.27
Bernd Petrovitsch
(spam-protected)
Thu Aug 23 11:09:25 CEST 2007
Update of /cvsroot/olsrd/olsrd-current
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27816
Modified Files:
Makefile.inc
Log Message:
* set the all:target before including the OS-specific Makefiles so that we can get rid of the same approx. 10 lines above
Index: Makefile.inc
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/Makefile.inc,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** Makefile.inc 20 Aug 2007 15:10:23 -0000 1.26
--- Makefile.inc 23 Aug 2007 09:09:23 -0000 1.27
***************
*** 74,79 ****
HDRS += $(wildcard src/*.h *.h)
- all: default_target
-
# OS detection
ifeq ($(OS),Windows_NT)
--- 74,77 ----
***************
*** 87,92 ****
else
# include OS specifics
- include $(TOPDIR)/make/Makefile.$(OS)
all: default_target
endif
--- 85,90 ----
else
# include OS specifics
all: default_target
+ include $(TOPDIR)/make/Makefile.$(OS)
endif
More information about the Olsr-cvs
mailing list