[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commits] r21829 - in /trunk/localedef: ChangeLog.eglibc Makefile.in



Author: joseph
Date: Tue Nov 20 01:52:14 2012
New Revision: 21829

Log:
	* Makefile (%.o: glibc/crypt/%.c): Use -Iglibc/crypt.

Modified:
    trunk/localedef/ChangeLog.eglibc
    trunk/localedef/Makefile.in

Modified: trunk/localedef/ChangeLog.eglibc
==============================================================================
--- trunk/localedef/ChangeLog.eglibc (original)
+++ trunk/localedef/ChangeLog.eglibc Tue Nov 20 01:52:14 2012
@@ -1,3 +1,7 @@
+2012-11-19  Joseph Myers  <joseph@xxxxxxxxxxxxxxxx>
+
+	* Makefile (%.o: glibc/crypt/%.c): Use -Iglibc/crypt.
+
 2012-02-08  Joseph Myers  <joseph@xxxxxxxxxxxxxxxx>
 
 	* Makefile.in (DEFINES): Add -DIN_GLIBC_LOCALEDEF.

Modified: trunk/localedef/Makefile.in
==============================================================================
--- trunk/localedef/Makefile.in (original)
+++ trunk/localedef/Makefile.in Tue Nov 20 01:52:14 2012
@@ -66,7 +66,7 @@
 %.o: glibc/argp/%.c
 		$(FULLCC) -c -o $@ $<
 %.o: glibc/crypt/%.c
-		$(FULLCC) -c -o $@ $<
+		$(FULLCC) -Iglibc/crypt -c -o $@ $<
 %.o: glibc/malloc/%.c
 		$(FULLCC) -c -o $@ $<
 %.o: glibc/misc/%.c

_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits