mirror of
https://github.com/fadden/nulib2.git
synced 2025-02-08 09:30:23 +00:00
Fix some minor packaging issues.
This commit is contained in:
parent
2b5c399f78
commit
1f3d7b1083
@ -134,6 +134,8 @@ distbin: $(PRODUCT)
|
||||
tar -cf - $$builddir | compress > $$builddir.tar.Z; \
|
||||
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:
|
||||
@tar cvf nulib2.tar *.txt COPYING INSTALL nulib2.1 configure *.in Makefile \
|
||||
Makefile.msc install-sh config.guess config.sub mkinstalldirs *.[ch]
|
||||
|
@ -22,7 +22,7 @@
|
||||
TARGETOS = BOTH
|
||||
!include <ntwin32.mak>
|
||||
|
||||
VERSION=210
|
||||
VERSION=211
|
||||
NUFXSRCDIR = ..\nufxlib-$(VERSION)
|
||||
|
||||
# object files
|
||||
|
Loading…
x
Reference in New Issue
Block a user