avoid installation order problem
authorceriel <none@none>
Tue, 19 Apr 1988 17:05:05 +0000 (17:05 +0000)
committerceriel <none@none>
Tue, 19 Apr 1988 17:05:05 +0000 (17:05 +0000)
modules/src/em_code/make.sh

index a0431a7..e781445 100755 (executable)
@@ -44,7 +44,7 @@ $cc $cflags psdnam.c
 $cc $cflags pspnam.c
 $cc $cflags scon.c
 $cc $cflags ucon.c
-$cc $cflags C_out.c
+$cc $cflags -I../read_em C_out.c
 
 $cc $cflags $1/em.c
 mv em.o em$1.o