diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-07 01:04:57 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-07 01:04:57 +0000 |
commit | 22dd1120fc29650a03e3b432a7f6718927a7cfc2 (patch) | |
tree | 076ae75ad2715b48c8207d2e9002ba21a4808d50 /trans | |
parent | 29a6fd55080da3415708d19c9891fcedf990fb3f (diff) |
(OBJS): New var.
Diffstat (limited to 'trans')
-rw-r--r-- | trans/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trans/Makefile b/trans/Makefile index 57c48e73..73bed80a 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -19,6 +19,7 @@ dir := trans makemode := servers SRCS = ifsock.c symlink.c magic.c null.c +OBJS = $(subst .c,.o,$(SRCS)) fsysServer.o error.o targets = symlink ifsock magic null CPPFLAGS += -I../lib |