mirror of
https://github.com/fadden/nulib2.git
synced 2025-08-09 19:25:33 +00:00
Fix some minor packaging issues.
This commit is contained in:
@@ -134,6 +134,8 @@ distbin: $(PRODUCT)
|
|||||||
tar -cf - $$builddir | compress > $$builddir.tar.Z; \
|
tar -cf - $$builddir | compress > $$builddir.tar.Z; \
|
||||||
rm -rf $$builddir
|
rm -rf $$builddir
|
||||||
|
|
||||||
|
# Make a tarfile with a backup of the essential files. We include "Makefile"
|
||||||
|
# so that we can do a "make distclean" during packaging.
|
||||||
baktar:
|
baktar:
|
||||||
@tar cvf nulib2.tar *.txt COPYING INSTALL nulib2.1 configure *.in Makefile \
|
@tar cvf nulib2.tar *.txt COPYING INSTALL nulib2.1 configure *.in Makefile \
|
||||||
Makefile.msc install-sh config.guess config.sub mkinstalldirs *.[ch]
|
Makefile.msc install-sh config.guess config.sub mkinstalldirs *.[ch]
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
TARGETOS = BOTH
|
TARGETOS = BOTH
|
||||||
!include <ntwin32.mak>
|
!include <ntwin32.mak>
|
||||||
|
|
||||||
VERSION=210
|
VERSION=211
|
||||||
NUFXSRCDIR = ..\nufxlib-$(VERSION)
|
NUFXSRCDIR = ..\nufxlib-$(VERSION)
|
||||||
|
|
||||||
# object files
|
# object files
|
||||||
|
Reference in New Issue
Block a user