diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-07 19:14:31 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-07 19:14:31 +0000 |
commit | b5dfa9bafe2373e4a079eb22b44982fd81d3227b (patch) | |
tree | 3b545542721d60e3d47e6d411f3f9a61145764e9 | |
parent | e36955ab527baa66d2f7986ac3a39f18a362ed0d (diff) |
add dummy.h to CLEANFILES
-rw-r--r-- | gnu/lib/libg++/libio/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libg++/libio/Makefile.bsd-wrapper b/gnu/lib/libg++/libio/Makefile.bsd-wrapper index e06f4496a23..62f2ae8ec45 100644 --- a/gnu/lib/libg++/libio/Makefile.bsd-wrapper +++ b/gnu/lib/libg++/libio/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.4 1998/03/03 21:41:37 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.5 1998/03/07 19:14:30 millert Exp $ LIBIO= io LIBIOSTREAM= iostream @@ -28,7 +28,7 @@ LIBIOSTREAM_SRCS= $(IO_SRCS) $(IOSTREAM_SRCS) $(OSPRIM_SRCS) SRCS= $(LIBIO_SRCS) -CLEANFILES+= _G_config.h iostream.list +CLEANFILES+= _G_config.h iostream.list dummy.h FILES= *.h |