]> granicus.if.org Git - libexpat/commitdiff
Fix make problems on BSD & HPUX reported in Bug # 116248
authorClark Cooper <coopercc@users.sourceforge.net>
Tue, 10 Oct 2000 18:34:11 +0000 (18:34 +0000)
committerClark Cooper <coopercc@users.sourceforge.net>
Tue, 10 Oct 2000 18:34:11 +0000 (18:34 +0000)
expat/Changes
expat/lib/Makefile.in

index 40b7bb5a4aa8404032c9734114eb03c4a229f1e8..aec6a2bf6cbbe64bb01a1e78c67dd87d77891ef7 100644 (file)
@@ -1,3 +1,4 @@
+       - Changed default patterns in lib/Makefile.in to fit non-GNU makes
        - The reference had the wrong label for XML_SetStartNamespaceDecl.
          Reported by an anonymous user.
 Release 1.95.0 Fri Sep 29 2000
index 95af269d96f10d712f78163a826be56a2c3e51b2..82022c66c0a4e05edee549cf8ad9b7096b435d43 100644 (file)
@@ -105,7 +105,7 @@ all: $(LIBRARY)
 .SUFFIXES: .c .lo .o
 .PHONY: all clean distclean maintainer-clean
 
-%.o: %.c
+.c.o:
        @echo '$(COMPILE) -c $<'; \
        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
        @-cp .deps/$(*F).pp .deps/$(*F).P; \
@@ -114,7 +114,7 @@ all: $(LIBRARY)
            >> .deps/$(*F).P; \
        rm .deps/$(*F).pp
 
-%.lo: %.c
+.c.lo:
        @echo '$(LTCOMPILE) -c $<'; \
        test -d .deps || mkdir .deps ; \
        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<