diff options
author | William S Fulton <wsf@fultondesigns.co.uk> | 2003-11-18 23:24:52 +0000 |
---|---|---|
committer | William S Fulton <wsf@fultondesigns.co.uk> | 2003-11-18 23:24:52 +0000 |
commit | 6c7e2d76497bf01407bc13407d8a85d96a2a4fe2 (patch) | |
tree | 413f838da8c8e39d00f63376807358fda2207366 /Makefile.in | |
parent | b7b24a1e111ba422e9300c4ec18e225351cf8444 (diff) | |
download | swig-6c7e2d76497bf01407bc13407d8a85d96a2a4fe2.tar.gz |
'make srcrpm' rpmbuild fix - patch from Joe Cooper
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5345 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 3b3842eaf..159a37de3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -418,6 +418,6 @@ srcrpm: swig.spec cp swig.spec $(srpm) tar -cf - $(srpm) | gzip --best > $(srpm).tar.gz rm -fr $(srpm) - rpm -ts $(srpm).tar.gz + rpmbuild -ts $(srpm).tar.gz # Makefile ends here |