From 934b8495445437b186c41ef1ecaa5ef636ed0ca3 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Wed, 14 Aug 2002 19:32:34 +0000 Subject: 2002-08-14 Marcus Brinkmann * Makefile: Revert undocumented changes related to devpts that were checked in unintentionally with the last change. --- trans/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'trans/Makefile') diff --git a/trans/Makefile b/trans/Makefile index 3f210fe4..f9fcfe83 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -19,10 +19,10 @@ dir := trans makemode := servers targets = symlink firmlink ifsock magic null fifo new-fifo fwd crash \ - password hello hello-mt streamio fakeroot proxy-defpager devpts + password hello hello-mt streamio fakeroot proxy-defpager SRCS = ifsock.c symlink.c magic.c null.c fifo.c new-fifo.c fwd.c \ crash.c firmlink.c password.c hello.c hello-mt.c streamio.c \ - fakeroot.c proxy-defpager.c devpts.c + fakeroot.c proxy-defpager.c OBJS = $(SRCS:.c=.o) fsysServer.o ifsockServer.o passwordServer.o \ crashServer.o crash_replyUser.o msgServer.o \ default_pagerServer.o default_pagerUser.o \ @@ -53,7 +53,4 @@ hello: ../libtrivfs/libtrivfs.a ../libfshelp/libfshelp.a ../libports/libports.a fakeroot: ../libnetfs/libnetfs.a ../libfshelp/libfshelp.a ../libiohelp/libiohelp.a ../libthreads/libthreads.a ../libports/libports.a ../libihash/libihash.a $(targets): ../libshouldbeinlibc/libshouldbeinlibc.a -devpts: ../libtermios/libtermserver.a ../libnetfs/libnetfs.a ../libfshelp/libfshelp.a ../libiohelp/libiohelp.a ../libthreads/libthreads.a ../libports/libports.a ../libihash/libihash.a - - $(targets): %: %.o -- cgit v1.2.3