diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-12-07 03:17:57 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-12-07 03:17:57 +0000 |
commit | f455f02c9337ea7fb47e36b8952f491fd0c1bbd7 (patch) | |
tree | 6460ecbc20503736c6a7eb7e7924d2e582553521 /libiohelp | |
parent | d66eb18149625ef090d05ae8581f793671f4557d (diff) |
Formerly Makefile.~5~
Diffstat (limited to 'libiohelp')
-rw-r--r-- | libiohelp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiohelp/Makefile b/libiohelp/Makefile index 867cb4cc..def149c8 100644 --- a/libiohelp/Makefile +++ b/libiohelp/Makefile @@ -24,7 +24,7 @@ SRCS = get_conch.c handle_io_get_conch.c handle_io_release_conch.c \ OBJS = get_conch.o handle_io_get_conch.o handle_io_release_conch.o \ initialize_conch.o verify_user_conch.o -DIST_FILES = $(SRCS) Makefile +DIST_FILES = $(SRCS) Makefile libioserver.h # Make sure we get local copies of the headers we install. CPPFLAGS := -I. $(CPPFLAGS) |