OSDN Git Service

typo s/notdir/dir/
authorPeter S. Mazinger <ps.m@gmx.net>
Fri, 28 Oct 2005 16:34:46 +0000 (16:34 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Fri, 28 Oct 2005 16:34:46 +0000 (16:34 -0000)
libc/misc/locale/Makefile

index 296d04d..9ad80ff 100644 (file)
@@ -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