X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Fglob%2FMakefile.in;h=2a6bf631d0afa8f0679bf8556d1da916692a40cf;hb=d166f048818e10cf3799aa24a174fb22835f1acc;hp=4471c18dc6b9f4f5a46c9512128d0d300c139c04;hpb=ccc6cda312fea9f0468ee65b8f368e9653e1380b;p=platform%2Fupstream%2Fbash.git diff --git a/lib/glob/Makefile.in b/lib/glob/Makefile.in index 4471c18..2a6bf63 100644 --- a/lib/glob/Makefile.in +++ b/lib/glob/Makefile.in @@ -26,10 +26,11 @@ CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ @LOCAL_LDFLAGS@ DEFS = @DEFS@ +LOCAL_DEFS = @LOCAL_DEFS@ INCLUDES = -I. -I../.. -I$(topdir) -I$(topdir)/lib -CCFLAGS = $(DEFS) $(CPPFLAGS) ${INCLUDES} $(LOCAL_CFLAGS) $(CFLAGS) +CCFLAGS = $(DEFS) $(LOCAL_DEFS) $(CPPFLAGS) ${INCLUDES} $(LOCAL_CFLAGS) $(CFLAGS) # Here is a rule for making .o files from .c files that doesn't force # the type of the machine (like -sun3) into the flags. @@ -99,7 +100,10 @@ mostlyclean: clean # # ###################################################################### -fnmatch.o: fnmatch.c fnmatch.h - +fnmatch.o: fnmatch.h fnmatch.o: $(BUILD_DIR)/config.h + glob.o: $(BUILD_DIR)/config.h +glob.o: $(topdir)/bashtypes.h $(topdir)/ansi_stdlib.h $(topdir)/bashansi.h +glob.o: $(topdir)/posixstat.h $(topdir)/memalloc.h +glob.o: fnmatch.h