X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..aba4387c4c71fb812c6a07a7abb495606c5ef4af:/src/makelib.env.in diff --git a/src/makelib.env.in b/src/makelib.env.in index 24d821b09c..ca760d7c58 100644 --- a/src/makelib.env.in +++ b/src/makelib.env.in @@ -45,13 +45,13 @@ TARGETLIB_SONAME = @WX_TARGET_LIBRARY_SONAME@ .SUFFIXES: .o .cpp .c .cxx .c.o : - $(CCC) -c $(CFLAGS) $(PICFLAGS) -o $@ $< + $(CCC) -c @DEP_INFO_FLAGS@ $(CFLAGS) $(PICFLAGS) -o $@ $< .cpp.o : - $(CC) -c $(CPPFLAGS) $(PICFLAGS) -o $@ $< + $(CC) -c @DEP_INFO_FLAGS@ $(CPPFLAGS) $(PICFLAGS) -o $@ $< .cxx.o : - $(CC) -c $(CPPFLAGS) $(PICFLAGS) -o $@ $< + $(CC) -c @DEP_INFO_FLAGS@ $(CPPFLAGS) $(PICFLAGS) -o $@ $< # the comment at the end of the next line is needed because otherwise autoconf # would remove this line completely - it contains a built-in hack to remove