64 lines
1.6 KiB
Text
64 lines
1.6 KiB
Text
$NetBSD: patch-ad,v 1.4 2003/03/02 08:39:19 jtb Exp $
|
|
|
|
--- Makefile.orig Tue Feb 27 16:04:32 2001
|
|
+++ Makefile
|
|
@@ -27,9 +27,8 @@ PACKING_LIST = \
|
|
rules.make
|
|
|
|
|
|
-all: libsrc/all \
|
|
- fortran/all \
|
|
- f90/all \
|
|
+all: fortran/all \
|
|
+ libsrc/all \
|
|
ncdump/all \
|
|
ncgen/all \
|
|
cxx/all
|
|
@@ -43,7 +42,6 @@ check: test
|
|
|
|
install: libsrc/install \
|
|
fortran/install \
|
|
- f90/install \
|
|
ncdump/install \
|
|
ncgen/install \
|
|
cxx/install
|
|
@@ -64,7 +62,7 @@ distclean: libsrc/distclean \
|
|
nctest/distclean nc_test/distclean \
|
|
fortran/distclean f90/distclean nf_test/distclean \
|
|
ncdump/distclean ncgen/distclean cxx/distclean \
|
|
- clean_macros
|
|
+ clean_macros
|
|
|
|
clean_macros:
|
|
-cp macros.make.def macros.make
|
|
@@ -162,7 +160,7 @@ subdir_target:
|
|
@echo "Returning to directory `pwd`"
|
|
@echo ""
|
|
|
|
-install: whatis
|
|
+install:
|
|
whatis: $(MANDIR)/$(WHATIS)
|
|
$(MANDIR)/$(WHATIS): $(MANDIR)
|
|
$(MAKEWHATIS_CMD)
|
|
@@ -189,7 +187,7 @@ check_system: FORCE
|
|
*) exit 0;; \
|
|
esac
|
|
|
|
-# Make a compressed, tar(1) file of the source distribution in the current
|
|
+# Make a compressed, tar(1) file of the source distribution in the current
|
|
# directory.
|
|
#
|
|
tar.Z: check_system FORCE
|
|
@@ -225,10 +223,10 @@ ftp: check_system FORCE
|
|
|
|
$(FTPDIR)/$(PACKAGE)-$(VERSION).tar.Z: $(PACKAGE)-$(VERSION).tar.Z
|
|
rm -f $@
|
|
- cp $(PACKAGE)-$(VERSION).tar.Z $@
|
|
+ cp $(PACKAGE)-$(VERSION).tar.Z $@
|
|
chmod u+rw,g+rw,o=r $@
|
|
|
|
-# Make a compressed, tar(1) file of the binary distribution in the
|
|
+# Make a compressed, tar(1) file of the binary distribution in the
|
|
# appropriate FTP directory.
|
|
#
|
|
binftp: FORCE
|