aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index edddac8..e2f5bc0 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ SCRIPT_FILES = check_desktop_files \
remove_info_dir \
restrict_to_cpu0
BIN_FILES = macroszification
-MACROS_FILES = spec-helper.macros
+MACROS_FILES = macros.spec-helper
TEST_FILES = t/*.t
FILES = Makefile NEWS README \
$(SCRIPT_FILES) $(BIN_FILES) $(MACROS_FILES:=.in) \
@@ -38,7 +38,7 @@ install: $(MACROS_FILES)
install -d -m 755 $(DESTDIR)$(rpmmacrodir)
install -p -m 644 $(MACROS_FILES) $(DESTDIR)$(rpmmacrodir)
-spec-helper.macros: spec-helper.macros.in
+macros.spec-helper: macros.spec-helper.in
sed -e 's:@pkgdatadir@:$(pkgdatadir):' < $< > $@
clean: