Update of /cvsroot/oprofile/oprofile/doc
In directory usw-pr-cvs1:/tmp/cvs-serv23099/doc
Modified Files:
Makefile.in
Log Message:
make install fix
Index: Makefile.in
===================================================================
RCS file: /cvsroot/oprofile/oprofile/doc/Makefile.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.in 2001/07/27 00:28:44 1.4
+++ Makefile.in 2001/08/16 01:57:58 1.5
@@ -5,6 +5,7 @@
LN_SF=ln -sf
RM=rm
MKDIR=mkdir
+MKDIR_P=$(MKDIR) -p
DB2HTML=db2html
.PHONY: all clean install
@@ -19,6 +20,7 @@
-$(RM) -rf oprofile
install:
+ -$(MKDIR_P) $(MANDIR)/man1
cp oprofile.1 $(MANDIR)/man1/oprofile.1
-$(LN_SF) $(MANDIR)/man1/oprofile.1 $(MANDIR)/man1/oprofiled.1
-$(LN_SF) $(MANDIR)/man1/oprofile.1 $(MANDIR)/man1/op_start.1
|