From 723fc795f0e1396cfbca6e2a6ac5e2abcd39c617 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 20 Jan 2000 06:09:27 +0000 Subject: [PATCH] *** empty log message *** --- Makefile.am | 2 +- Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index ed71bf4e..798443e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,5 +45,5 @@ $(PACKAGE)-$(VERSION).tar.gz: dist # Rule to build RPM distribution package rpm: $(PACKAGE)-$(VERSION).tar.gz cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/redhat/SOURCES - rpm -ba SDL_mixer.spec + rpm -ba $(PACKAGE).spec diff --git a/Makefile.in b/Makefile.in index 8bbf6a64..40767f61 100644 --- a/Makefile.in +++ b/Makefile.in @@ -573,7 +573,7 @@ $(PACKAGE)-$(VERSION).tar.gz: dist # Rule to build RPM distribution package rpm: $(PACKAGE)-$(VERSION).tar.gz cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/redhat/SOURCES - rpm -ba SDL_mixer.spec + rpm -ba $(PACKAGE).spec # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded.