diff options
author | Herb Lewis <herb@samba.org> | 1997-10-28 19:18:52 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 1997-10-28 19:18:52 +0000 |
commit | 86f4709cdc52e7b4ce69817a1f89dd515fec9226 (patch) | |
tree | 896c6871bfc76ad62484c68e7d232ae274b005eb /packaging/SGI | |
parent | 1260eff4e125283c8283224e7ca173fe55bae8a5 (diff) | |
download | samba-86f4709cdc52e7b4ce69817a1f89dd515fec9226.tar.gz samba-86f4709cdc52e7b4ce69817a1f89dd515fec9226.tar.bz2 samba-86f4709cdc52e7b4ce69817a1f89dd515fec9226.zip |
tired of updating Makefile - use perl script to generate it now
(This used to be commit ce65e1f4cc91db533c26c3ccdba6d4dd3286d22b)
Diffstat (limited to 'packaging/SGI')
-rwxr-xr-x | packaging/SGI/mkrelease.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/SGI/mkrelease.sh b/packaging/SGI/mkrelease.sh index 03644b2f7c..052a4d8ddb 100755 --- a/packaging/SGI/mkrelease.sh +++ b/packaging/SGI/mkrelease.sh @@ -8,6 +8,7 @@ echo Making manual pages # build the sources # echo Making binaries +./makefile.pl ../../source/Makefile > Makefile cd ../../source # make -f ../packaging/SGI/Makefile clean make -f ../packaging/SGI/Makefile all |