diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-08-16 17:24:05 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-08-16 17:24:05 +0000 |
commit | 1c1ee639ec4e94967a8f6e493b65d2b71216ea9c (patch) | |
tree | 0dd2e1481b67d4e8a0fc63f2f4ac20655529213a | |
parent | 61e4b9ae738f6665278b724b0f08c77eb271a126 (diff) |
Formerly Makefile.~4~
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile index 0693c890..e216c140 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -18,7 +18,7 @@ dir := utils makemode := utilities -SRCS = sh.o ps.o su.o +SRCS = sh.c ps.c su.c targets = sh ps su DIST_FILES = sh.ChangeLog ps.ChangeLog |