From 2a1f98cb148df786e35d998c281c017b75c30bf1 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 30 Nov 2000 04:04:21 +0000 Subject: [PATCH] *** empty log message *** --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b383e536..f7c11c90 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,5 +40,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 $(PACKAGE).spec + rpm -ba --nodeps $(PACKAGE).spec