From: Derrick Brashear Date: Mon, 16 Jul 2001 05:58:22 +0000 (+0000) Subject: aix-export-needs-afsconfig-include-path-20010716 X-Git-Tag: BP-openafs-stable-1_2_x~93 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=49ae847e1ba9dec69756f3e323c00532ebb57f9e;p=packages%2Fo%2Fopenafs.git aix-export-needs-afsconfig-include-path-20010716 minor cleanup for export build on aix --- diff --git a/src/export/Makefile b/src/export/Makefile index a46f5c437..98469f299 100644 --- a/src/export/Makefile +++ b/src/export/Makefile @@ -53,14 +53,14 @@ export.ext.nonfs: export.nonfs.o symtab.o ${LD} -o export.ext.nonfs -eexport ${IMPORTS} export.nonfs.o symtab.o ${EXPORTS} -lcsys export.nonfs.o: - ${CC} -DAFS_NONFSTRANS -c export.c + ${CC} ${INCS} -DAFS_NONFSTRANS -c export.c -mv export.o export.nonfs.o cfgexport: cfgexport.o - ${CC} -O -o cfgexport cfgexport.o + ${CC} ${INCS} -O -o cfgexport cfgexport.o cfgafs: cfgafs.o - ${CC} -O -o cfgafs cfgafs.o + ${CC} ${INCS} -O -o cfgafs cfgafs.o cfgexport.o: cfgexport.c AFS_component_version_number.c cfgafs.o: cfgafs.c AFS_component_version_number.c