aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-01-10 23:55:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-01-10 23:55:47 +0000
commit90719eb3fdd8c3b3b7623e9962c9387eb1bab18a (patch)
treec0f5fb8b289571cf1d91a396fb172a7a75ebf244 /Makefile
parentd5e9c59b9fbb482ade1ca4b22616288dc396619e (diff)
more removals
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile28
1 files changed, 4 insertions, 24 deletions
diff --git a/Makefile b/Makefile
index 0eaf99620..753470fe3 100644
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,7 @@ host_alias = sparc-sun-solaris2.6
host_triplet = sparc-sun-solaris2.6
CC = gcc
MAKEINFO = makeinfo
-NROFF = /bin/nroff
+NROFF = /usr/local/bin/gnroff
PACKAGE = curl
PERL = /usr/local/bin/perl
RANLIB = ranlib
@@ -87,13 +87,12 @@ man1dir = $(mandir)/man1
MANS = $(man_MANS)
DIST_COMMON = README ./stamp-h1.in INSTALL Makefile.am Makefile.in TODO \
acconfig.h aclocal.m4 config.guess config.h.in config.sub configure \
-configure.in install-sh missing mkinstalldirs src/config.h.in \
-src/stamp-h2.in
+configure.in install-sh missing mkinstalldirs
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-TAR = tar
+TAR = gtar
GZIP_ENV = --best
all: all-redirect
.SUFFIXES:
@@ -131,31 +130,12 @@ $(srcdir)/stamp-h1.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
cd $(top_srcdir) && $(AUTOHEADER)
@echo timestamp > $(srcdir)/stamp-h1.in 2> /dev/null
-src/config.h: src/stamp-h2
- @if test ! -f $@; then \
- rm -f src/stamp-h2; \
- $(MAKE) src/stamp-h2; \
- else :; fi
-src/stamp-h2: $(srcdir)/src/config.h.in $(top_builddir)/config.status
- cd $(top_builddir) \
- && CONFIG_FILES= CONFIG_HEADERS=src/config.h \
- $(SHELL) ./config.status
- @echo timestamp > src/stamp-h2 2> /dev/null
-$(srcdir)/src/config.h.in: $(srcdir)/src/stamp-h2.in
- @if test ! -f $@; then \
- rm -f $(srcdir)/src/stamp-h2.in; \
- $(MAKE) $(srcdir)/src/stamp-h2.in; \
- else :; fi
-$(srcdir)/src/stamp-h2.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
- cd $(top_srcdir) && $(AUTOHEADER)
- @echo timestamp > $(srcdir)/src/stamp-h2.in 2> /dev/null
-
mostlyclean-hdr:
clean-hdr:
distclean-hdr:
- -rm -f config.h src/config.h
+ -rm -f config.h
maintainer-clean-hdr: