changed Makefile
authoreck <none@none>
Tue, 19 Dec 1989 11:20:16 +0000 (11:20 +0000)
committereck <none@none>
Tue, 19 Dec 1989 11:20:16 +0000 (11:20 +0000)
17 files changed:
lang/cem/libcc.ansi/assert/Makefile
lang/cem/libcc.ansi/ctype/Makefile
lang/cem/libcc.ansi/ctype/genfiles.c
lang/cem/libcc.ansi/errno/Makefile
lang/cem/libcc.ansi/headers/Makefile
lang/cem/libcc.ansi/locale/Makefile
lang/cem/libcc.ansi/math/Makefile
lang/cem/libcc.ansi/misc/Makefile
lang/cem/libcc.ansi/misc/getdents.c
lang/cem/libcc.ansi/misc/getgrent.c
lang/cem/libcc.ansi/setjmp/Makefile
lang/cem/libcc.ansi/signal/Makefile
lang/cem/libcc.ansi/stdio/Makefile
lang/cem/libcc.ansi/stdlib/Makefile
lang/cem/libcc.ansi/string/Makefile
lang/cem/libcc.ansi/time/Makefile
lang/cem/libcc.ansi/time/misc.c

index 3c9fa59..ef32a80 100644 (file)
@@ -1,5 +1,3 @@
-CFLAGS=-L -LIB
-
 .SUFFIXES: .o .e .c
 
 .e.o:
index b019c55..73dabab 100644 (file)
@@ -1,5 +1,3 @@
-CFLAGS=-L -LIB
-
 .SUFFIXES: .o .e .c
 
 .e.o:
index e151ba5..06fa7fa 100644 (file)
@@ -1,5 +1,5 @@
 #include       <stdio.h>
-#if __STDC__ == 1
+#if    __STDC__ == 1
 #include       <stdlib.h>
 #include       <string.h>
 #else
index f4cd6fe..99b8f84 100644 (file)
@@ -1,5 +1,3 @@
-CFLAGS=-L -LIB
-
 .SUFFIXES: .o .e .c
 
 .e.o:
index 13dd23b..b24642c 100644 (file)
@@ -1,5 +1,3 @@
-CFLAGS=-L -LIB
-
 .SUFFIXES: .o .e .c
 
 .e.o:
index bfc32cb..77477dd 100644 (file)
@@ -1,5 +1,3 @@
-CFLAGS=-L -LIB
-
 .SUFFIXES: .o .e .c
 
 .e.o:
index 5da5eda..925b41b 100644 (file)
@@ -1,5 +1,3 @@
-CFLAGS=-L -LIB
-
 .SUFFIXES: .o .e .c
 
 .e.o:
index a94ae10..da27e26 100644 (file)
@@ -1,5 +1,3 @@
-CFLAGS=-L -LIB -DNFS
-
 .SUFFIXES: .o .e .c
 
 .e.o:
index 2fc7ccd..c9433e7 100644 (file)
@@ -62,14 +62,14 @@ struct  direct {
 #include       <sys/stat.h>
 #ifdef UNK
 #ifndef UFS
-#error UNK applies only to UFS
+#error UNK applies only to UFS
 /* One could do something similar for getdirentries(), but I didn't bother. */
 #endif
 #include       <signal.h>
 #endif
 
-#if defined(UFS) + defined(BFS) + defined(NFS) != 1    /* sanity check */
-#error exactly one of UFS, BFS, or NFS must be defined
+#if    defined(UFS) + defined(BFS) + defined(NFS) != 1 /* sanity check */
+#error exactly one of UFS, BFS, or NFS must be defined
 #endif
 
 #ifdef UFS
index 247479f..571ceae 100644 (file)
@@ -13,7 +13,7 @@
 
 int open(const char *path, int flags);
 
-#if   defined(__BSD4_2)
+#if    defined(__BSD4_2)
 typedef int off_t;                              /* see lseek(2) */
 #else
 typedef long off_t;
index de83a34..53abeb6 100644 (file)
@@ -1,5 +1,3 @@
-CFLAGS=-L -LIB
-
 .SUFFIXES: .o .e .c
 
 .e.o:
index 8494260..2c8c779 100644 (file)
@@ -1,5 +1,3 @@
-CFLAGS=-L -LIB
-
 .SUFFIXES: .o .e .c
 
 .e.o:
index 034a1b5..903a9db 100644 (file)
@@ -1,5 +1,3 @@
-CFLAGS=-L -LIB
-
 .SUFFIXES: .o .e .c
 
 .e.o:
index 07fd85d..37b1482 100644 (file)
@@ -1,5 +1,3 @@
-CFLAGS=-L -LIB
-
 .SUFFIXES: .o .e .c
 
 .e.o:
index 4bd9008..cd15d4d 100644 (file)
@@ -1,5 +1,3 @@
-CFLAGS=-L -LIB
-
 .SUFFIXES: .o .e .c
 
 .e.o:
index 8d9360b..648fe61 100644 (file)
@@ -1,5 +1,3 @@
-CFLAGS=-L -LIB
-
 .SUFFIXES: .o .e .c
 
 .e.o:
index ec0b945..e221b3b 100644 (file)
@@ -22,8 +22,8 @@ struct timezone {
 
 int gettimeofday(struct timeval *tp, struct timezone *tzp);
 
-#elif !defined(_POSIX_SOURCE) && !defined(__USG)
-#if    !defined(_MINIX)        /* MINIX has no ftime() */
+#elif  !defined(_POSIX_SOURCE) && !defined(__USG)
+#if    !defined(_MINIX)                /* MINIX has no ftime() */
 struct timeb {
        long    time;
        undigned short millitm;
@@ -283,7 +283,7 @@ _tzset(void)
        _daylight = tz.tz_dsttime;
        _timezone = tz.tz_minuteswest * 60;
 
-#elif !defined(_POSIX_SOURCE) && !defined(__USG)
+#elif  !defined(_POSIX_SOURCE) && !defined(__USG)
 
 #if    !defined(_MINIX)                /* MINIX has no ftime() */
        struct timeb time;