]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE11-add-bogus-install-dependancy-for-lame-systems-which-think-INSTALL-is-install...
authorDerrick Brashear <shadow@dementia.org>
Mon, 16 Jul 2001 06:35:19 +0000 (06:35 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 16 Jul 2001 06:35:19 +0000 (06:35 +0000)
stable branch needs darwin placation

(cherry picked from commit 9e09de0b96b3a6a97e6d22c99e3730d1f771a360)

Makefile.in

index 44a12dc5a71b890054ebad0ca2521af63d7a2c8c..2477e7afa8a983569339022d856ebba729087139 100644 (file)
@@ -40,7 +40,7 @@ ENABLE_KERNEL_MODULE=@ENABLE_KERNEL_MODULE@
 #   install, rxgen, compile_et and others already exist and runs it with
 #   "-argument kinstall".
 
-all:
+all: force
        set ${SYS_NAME}/dest; $(MKDIR_IF_NEEDED)
        $(MAKE) install "COMPILE_PART1=cd src; cd" "COMPILE_PART2=; $(MAKE) install SYS_NAME=${SYS_NAME} DESTDIR=`pwd`/${SYS_NAME}/dest/ TOP_SRCDIR=@TOP_SRCDIR@ SRCDIR=`pwd`/${SYS_NAME}/dest/" "COMPILE_PART3=; $(MAKE) test SYS_NAME=${SYS_NAME} DESTDIR=`pwd`/${SYS_NAME}/dest/ TOP_SRCDIR=@TOP_SRCDIR@ SRCDIR=`pwd`/${SYS_NAME}/dest/" "COMPILE_CLEAN=; $(MAKE) clean SYS_NAME=${SYS_NAME} DESTDIR=`pwd`/${SYS_NAME}/dest/ TOP_SRCDIR=@TOP_SRCDIR@ SRCDIR=`pwd`/${SYS_NAME}/dest/" SYS_NAME=${SYS_NAME}
 
@@ -405,8 +405,10 @@ libafs_setup: config export
 libuafs_setup: config export
        src/config/config src/libuafs/MakefileProto.${MKAFS_OSTYPE} src/libuafs/Makefile ${SYS_NAME}
 
+force:
+
 TARGET=finale
-install:
+install: force
        $(MAKE) $(TARGET) "SYS_NAME=${SYS_NAME}" \
                "COMPILE_PART1=${COMPILE_PART1}" \
                "COMPILE_PART2=${COMPILE_PART2}" \