From 66484b9f52553705a93abb4d05dd98e43e7070a7 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 28 Oct 2005 16:34:46 +0000 Subject: typo s/notdir/dir/ --- libc/misc/locale/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc') diff --git a/libc/misc/locale/Makefile b/libc/misc/locale/Makefile index 296d04dcf..9ad80ff5a 100644 --- a/libc/misc/locale/Makefile +++ b/libc/misc/locale/Makefile @@ -58,7 +58,7 @@ $(MOBJx): $(MSRC) $(CC) $(CFLAGS) -DL_$* -D__UCLIBC_DO_XLOCALE $< -c -o $*.o locale_data.o: ../../../extra/locale/locale_data.c - $(CC) $(CFLAGS) -c -D__WCHAR_ENABLED -I$(notdir $<) $< -o $@ + $(CC) $(CFLAGS) -c -D__WCHAR_ENABLED -I$(dir $<) $< -o $@ clean: $(RM) *.o *~ core -- cgit v1.2.3