diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.global.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 820dfd59653..3eeb3e09f68 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -441,10 +441,10 @@ TAS = @TAS@ # Global targets and rules %.gz: % - $(GZIP) -f --best $< + $(GZIP) --best -c $< >$@ %.bz2: % - $(BZIP2) -f $< + $(BZIP2) -c $< >$@ ifeq ($(PORTNAME),win32) # Build rules to add versioninfo resources to win32 binaries |