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 | ce65e1f4cc91db533c26c3ccdba6d4dd3286d22b (patch) | |
tree | 11b3f6e430c84243d9270c8f09235e1016fb3753 /packaging | |
parent | fb81a77a63af2c2d524e5f5166024c34b83a0ea2 (diff) | |
download | samba-ce65e1f4cc91db533c26c3ccdba6d4dd3286d22b.tar.gz samba-ce65e1f4cc91db533c26c3ccdba6d4dd3286d22b.tar.xz samba-ce65e1f4cc91db533c26c3ccdba6d4dd3286d22b.zip |
tired of updating Makefile - use perl script to generate it now
Diffstat (limited to 'packaging')
-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 03644b2f7c0..052a4d8ddb8 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 |