Browse Source

typo s/notdir/dir/

Peter S. Mazinger 18 years ago
parent
commit
66484b9f52
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/misc/locale/Makefile

+ 1 - 1
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