changed all directory usages to dir/name instead of dir/name/
[physics.git] / dir.mk
diff --git a/dir.mk b/dir.mk
index 6bad4d4..80771cb 100644 (file)
--- a/dir.mk
+++ b/dir.mk
@@ -7,19 +7,19 @@ T_DIRNAME := physics
 DIRNAME := ${T_DIRNAME}
 D       := ${DIRNAME}
 P       := ${DIRNAME}
-CURDIR  := ${DIRNAME}/
+CURDIR  := ${DIRNAME}
 
 T_DIRNAME :=
 
-include ${CURDIR}${G_VARSMK}
+include ${CURDIR}/${G_VARSMK}
 
-include ${CURDIR}${G_LISTSMK}
+include ${CURDIR}/${G_LISTSMK}
 
-include ${SRCSDIR_$P}${G_DIRMK}
+include ${SRCSDIR_$P}/${G_DIRMK}
 
-include ${CURDIR}${G_TVARSMK}
+include ${CURDIR}/${G_TVARSMK}
 
-include ${CURDIR}${G_RULESMK}
+include ${CURDIR}/${G_RULESMK}
 
 L_BLDDIRS_$P  += ${DSTCFGDIR_$P}
 L_BLDDIRS_$P  += ${DSTLIBSDIR_$P}