summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-06-17 23:28:54 +0000
committerjbj <devnull@localhost>1999-06-17 23:28:54 +0000
commitc2cef6642004897e415dc203eeae436d65cf87fa (patch)
tree140eb4d1b49ba54478a5c0e6500739b75ab72f43 /Makefile.am
parentd13637e024732c50a55f027b54d58a2359725153 (diff)
downloadrpm-c2cef6642004897e415dc203eeae436d65cf87fa.tar.gz
rpm-c2cef6642004897e415dc203eeae436d65cf87fa.tar.bz2
rpm-c2cef6642004897e415dc203eeae436d65cf87fa.zip
Typo.
CVS patchset: 3100 CVS date: 1999/06/17 23:28:54
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 802888d17..8db9710bd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -76,7 +76,7 @@ install-data-local:
esac
@case "@build_os@" in \
mint) $(mkinstalldirs) $(DESTDIR)/$(prefix)/src/redhat/RPMS/m68kmint ;;\
- *) @$(mkinstalldirs) $(DESTDIR)/$(prefix)/src/redhat/RPMS/@build_cpu@ ;;\
+ *) $(mkinstalldirs) $(DESTDIR)/$(prefix)/src/redhat/RPMS/@build_cpu@ ;;\
esac
@$(mkinstalldirs) $(DESTDIR)/$(prefix)/src/redhat/RPMS/noarch
@$(mkinstalldirs) $(DESTDIR)/$(prefix)/src/redhat/SOURCES