From 4a4b438592af15bb1a574d77d18e404a65dacd8d Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Fri, 12 Mar 2004 03:27:32 +0000 Subject: [PATCH 1/1] juafs-makefile-fix-20040311 make the juafs rules not break the makefile (remove bogus quoting) --- src/libuafs/Makefile.common.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libuafs/Makefile.common.in b/src/libuafs/Makefile.common.in index a8d4163..8b9c37d 100644 --- a/src/libuafs/Makefile.common.in +++ b/src/libuafs/Makefile.common.in @@ -51,7 +51,7 @@ COMMON_INCLUDE = -I. -I.. -I../nfs \ -I${TOP_OBJDIR}/src/vlserver \ -I${TOP_OBJDIR}/src/libuafs \ -I${TOP_INCDIR} \ - -I${TOP_INCDIR}/afs \ + -I${TOP_INCDIR}/afs # Build rules - CC and CFLAGS are defined in system specific MakefileProtos. -- 1.9.4