svn commit: trunk/uClibc

aldot at uclibc.org aldot at uclibc.org
Tue Jun 3 09:02:33 UTC 2008


Author: aldot
Date: 2008-06-03 02:02:32 -0700 (Tue, 03 Jun 2008)
New Revision: 22199

Log:
- Generate dummy rules for prerequisites.
  Fixes build-failures in ldso when switching thread-impl because of missing
  rule to make e.g. pthreadtypes.h
  Thanks to Peter Kjellerstedt for the reminder.


Modified:
   trunk/uClibc/Makerules


Changeset:
Modified: trunk/uClibc/Makerules
===================================================================
--- trunk/uClibc/Makerules	2008-06-03 08:11:56 UTC (rev 22198)
+++ trunk/uClibc/Makerules	2008-06-03 09:02:32 UTC (rev 22199)
@@ -123,7 +123,7 @@
 		$(cmd_$(1)); \
 		echo 'cmd_$@ := $(cmd_$1)' >> $(dir $@).$(notdir $@).dep)
 
-CFLAGS_gen.dep = -MT $@ -MD -MF $(dir $@).$(notdir $@).dep
+CFLAGS_gen.dep = -MT $@ -MD -MP -MF $(dir $@).$(notdir $@).dep
 
 cmd_compile.c = $(CC) -c $< -o $@ $(CFLAGS) $(ARCH_CFLAGS) \
 	$(CFLAGS-$(suffix $@)) \




More information about the uClibc-cvs mailing list