summaryrefslogtreecommitdiff
path: root/rpm
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-06-18 22:23:37 +0000
committerRoland McGrath <roland@gnu.org>1996-06-18 22:23:37 +0000
commit36dbcbc98d2c41a5a024a769f20935c2117cae03 (patch)
treea18c9f667851d0da14e6461724002138a0c56e31 /rpm
parent96383fc79d8e38c5144075af0ecdecfa2a1bc3db (diff)
* Makerules ($(common-objpfx)distinfo-$(subdir)): Change target from
distinfo to this. (distinfo): Make phony target depending on that. (TAGS, po/%.pot, dist): Change deps. (common-clean): Remove that file. * rpm/Makefile (distinfo): Change names.
Diffstat (limited to 'rpm')
-rw-r--r--rpm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/rpm/Makefile b/rpm/Makefile
index 242c412bd5..535e14e56f 100644
--- a/rpm/Makefile
+++ b/rpm/Makefile
@@ -9,7 +9,8 @@ include ../Makeconfig
include $(common-objpfx)soversions.mk
include $(common-objpfx)version.mk
-distinfo := $(wildcard $(subdirs:%=../%/distinfo))
+distinfo := $(common-objpfx)distinfo- \
+ $(wildcard $(subdirs:%=$(common-objpfx)distinfo-%))
-include $(distinfo)
config = $(config-machine)-$(config-vendor)-$(config-os)