r1835

dslinux_amadeus at dslinux.in-berlin.de dslinux_amadeus at dslinux.in-berlin.de
Mon Jul 23 16:22:22 CEST 2007


Author: amadeus
Date: 2007-07-23 16:22:17 +0200 (Mon, 23 Jul 2007)
New Revision: 1835

Log:
Fix uClibc++ include path

Modified: trunk/include/Makefile
===================================================================
--- trunk/include/Makefile	2007-07-23 14:21:46 UTC (rev 1834)
+++ trunk/include/Makefile	2007-07-23 14:22:17 UTC (rev 1835)
@@ -60,8 +60,7 @@
 	$(ROOTDIR)/prop/smgrd/unixware/cmd/sscep/sscep_error_codes.h,. \
 	$(ROOTDIR)/lib/libid3tag/id3tag.h,. \
 	$(ROOTDIR)/lib/libmad/mad.h,. \
-	$(ROOTDIR)/lib/gpm/src/headers/gpm.h,. \
-	$(ROOTDIR)/lib/uClibc++/include/*,uClibc++
+	$(ROOTDIR)/lib/gpm/src/headers/gpm.h,. 
 
 #
 # Both freeswan and openswan can provide des and crypto headers
@@ -114,7 +113,5 @@
 romfs:
 
 clean: 	
-	rm -f "uClibc++/Makefile"
-	-rmdir "uClibc++"
 	-find . -depth -type l -a ! -name Makefile | xargs rm > /dev/null 2>&1 || exit 0
 	-find . -depth -type d | grep -v .svn | xargs rmdir > /dev/null 2>&1 || exit 0




More information about the dslinux-commit mailing list