21 lines
633 B
Plaintext
21 lines
633 B
Plaintext
--- Makefile.in.orig Tue Jan 4 13:38:18 2000
|
|
+++ Makefile.in Tue Feb 8 14:04:43 2000
|
|
@@ -18,7 +18,7 @@
|
|
CC = @CC@
|
|
CPP = @CPP@
|
|
|
|
-CFLAGS = @CFLAGS@ @DEFS@
|
|
+CFLAGS = @CFLAGS@ @DEFS@ -DPREFIX=\"@prefix@\"
|
|
|
|
#### End of system configuration section. ####
|
|
|
|
@@ -44,7 +44,7 @@
|
|
cd help; for f in *.general *.edit *.view *.hexview; do\
|
|
$(INSTALL_DATA) $$f $(libdir)/deco/help/$$f; done
|
|
$(INSTALL_DATA) ref.man $(mandir)/man1/deco.1
|
|
- $(INSTALL_DATA) cyrref.man $(mandir)/man1/deco-r.1
|
|
+# $(INSTALL_DATA) cyrref.man $(mandir)/man1/deco-r.1
|
|
|
|
$(libdir)/deco:
|
|
mkdir $(libdir)/deco
|