Fixed 'marshallers.*' rebuilding rules.
authorshort <>
Wed, 13 Aug 2003 08:52:13 +0000 (08:52 +0000)
committershort <>
Wed, 13 Aug 2003 08:52:13 +0000 (08:52 +0000)
src/libcaptive/cc/Makefile.am

index 91d52e3..0ff14a8 100644 (file)
@@ -48,14 +48,10 @@ libcc_la_SOURCES= \
                sharedcachemap.h
 
 marshallers.h: marshallers.list
-          glib-genmarshal --prefix=captive_cc $< --header >$@~ \
-       && (cmp -s $@~ $@ || cp -p $@~ $@)                      \
-       && $(RM) $@~
+          glib-genmarshal --prefix=captive_cc $< --header >$@
 
 marshallers.c: marshallers.list
-          glib-genmarshal --prefix=captive_cc $< --body >$@~ \
-       && (cmp -s $@~ $@ || cp -p $@~ $@)                    \
-       && $(RM) $@~
+          glib-genmarshal --prefix=captive_cc $< --body >$@
 
 CLEANFILES+= \
                marshallers.c \