Formerly GNUmakefile.~85~
authorRoland McGrath <roland@redhat.com>
Wed, 6 Jan 1993 00:30:46 +0000 (00:30 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 6 Jan 1993 00:30:46 +0000 (00:30 +0000)
GNUmakefile

index c4c0ba7..dc7c924 100644 (file)
@@ -69,7 +69,7 @@ endif  # !no_libc
 
 # We know the type of machine, so put the binaries in subdirectories.
 $(ARCH)/%.o: %.c
-       $(COMPILE.c) $< $(OUTPUT_OPTION)
+       $(COMPILE.c) -Iglob $< $(OUTPUT_OPTION)
 $(ARCH)/glob/libglob.a:
        $(MAKE) -C $(@D) $(@F)
 .PHONY: $(ARCH)/glob/libglob.a