mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
solaris-make-cleanup-20020822
avoid make confusion about libafs target
This commit is contained in:
parent
ab09e39174
commit
0c15f693e3
@ -121,6 +121,9 @@ INST_LIBAFSNONFS = ${DESTDIR}${afskerneldir}/${LIBAFSNONFS}
|
|||||||
DEST_LIBAFS = ${DEST}/root.client/usr/vice/etc/modload/${LIBAFS}
|
DEST_LIBAFS = ${DEST}/root.client/usr/vice/etc/modload/${LIBAFS}
|
||||||
DEST_LIBAFSNONFS = ${DEST}/root.client/usr/vice/etc/modload/${LIBAFSNONFS}
|
DEST_LIBAFSNONFS = ${DEST}/root.client/usr/vice/etc/modload/${LIBAFSNONFS}
|
||||||
|
|
||||||
|
# Without this line, gmake tries to build libafs.o
|
||||||
|
.PHONY: libafs
|
||||||
|
|
||||||
libafs: $(LIBAFSNONFS)
|
libafs: $(LIBAFSNONFS)
|
||||||
install_libafs: $(INST_LIBAFSNONFS)
|
install_libafs: $(INST_LIBAFSNONFS)
|
||||||
dest_libafs: $(DEST_LIBAFSNONFS)
|
dest_libafs: $(DEST_LIBAFSNONFS)
|
||||||
|
Loading…
Reference in New Issue
Block a user