diff options
author | Roland McGrath <roland@redhat.com> | 1992-12-22 23:31:46 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-12-22 23:31:46 +0000 |
commit | 123f70c521a2c0b1341d69e61e7106273094bd47 (patch) | |
tree | a8371d1b99e635e1d973dffbe09a111fd1fe7cb3 | |
parent | 02caa22338aa639985abd71ba78678a26a02d613 (diff) | |
download | gunmake-123f70c521a2c0b1341d69e61e7106273094bd47.tar.gz |
Formerly compatMakefile.~46~
-rw-r--r-- | compatMakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compatMakefile b/compatMakefile index db17a28..1f8b4e9 100644 --- a/compatMakefile +++ b/compatMakefile @@ -81,7 +81,7 @@ includedir = $(prefix)/include # Directory to install the man page in. mandir = $(prefix)/man/man$(manext) # Number to put on the man page filename. -manext = l +manext = 1 # Install make setgid to this group so it can read /dev/kmem. group = kmem @@ -171,7 +171,7 @@ $(bindir)/$(instname): make mv $@.new $@ $(mandir)/$(instname).$(manext): make.man - $(INSTALL_DATA) make.man $@ + $(INSTALL_DATA) $(srcdir)/make.man $@ .PHONY: clean realclean distclean mostlyclean clean: glob-clean |