diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-02 20:44:37 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-02 20:44:37 +0000 |
commit | 88be4c004db4eba4888b5e8969732f35a50a954e (patch) | |
tree | 7d44b068bff4122f5becaf6321a4ea139eb2fd0f | |
parent | 062bb7dc508def48660b9ac5e3f027c93ad576f8 (diff) |
Formerly Makefile.~10~
-rw-r--r-- | libfshelp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libfshelp/Makefile b/libfshelp/Makefile index 221c2f26..0cd7221f 100644 --- a/libfshelp/Makefile +++ b/libfshelp/Makefile @@ -25,7 +25,7 @@ SRCS = handle-startup.c init-trans.c start-trans.c transboot-clean.c \ OBJS = handle-startup.o init-trans.o start-trans.o transboot-clean.o \ kill-trans.o trans-iter.o lock-acquire.o lock-init.o -DIST_FILES = $(SRCS) Makefile trans.h fshelp.h locks.h +DIST_FILES = $(SRCS) Makefile trans.h fshelp.h locks.h ChangeLog all: libfshelp.a |