summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormandyke@gmail.com <mandyke@gmail.com@01de4be4-8c4a-0410-9132-4925637da917>2013-05-08 14:38:25 +0000
committermandyke@gmail.com <mandyke@gmail.com@01de4be4-8c4a-0410-9132-4925637da917>2013-05-08 14:38:25 +0000
commitcae504f3894951af96bbaeee60fd7449563f7453 (patch)
tree21d4dd667ce31973d472c44e0cc4c9504d131f0b
parentb15f2e676c2877a10e9c6e3d60cfbfc2af549c52 (diff)
downloaddistcc-cae504f3894951af96bbaeee60fd7449563f7453.tar.gz
Swap rpm/deb glob patterns in Makefile.in
Fixes issue 117 git-svn-id: http://distcc.googlecode.com/svn/trunk@777 01de4be4-8c4a-0410-9132-4925637da917
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 38a753d..e15a009 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -224,8 +224,8 @@ tarball_sig_bz2 = $(tarball_bz2).asc
tarball_sig_gz = $(tarball_gz).asc
distnews = $(PACKAGE_TARNAME)-$(VERSION).NEWS
-rpm_glob_pattern = "$(PACKAGE)"*[-_.]"$(VERSION)"[-_.]*.deb
-deb_glob_pattern = "$(PACKAGE)"*[-_.]"$(VERSION)"[-_.]*.rpm
+rpm_glob_pattern = "$(PACKAGE)"*[-_.]"$(VERSION)"[-_.]*.rpm
+deb_glob_pattern = "$(PACKAGE)"*[-_.]"$(VERSION)"[-_.]*.deb
common_obj = src/arg.o src/argutil.o \
src/cleanup.o src/compress.o \