diff options
author | Ulrich Drepper <drepper@redhat.com> | 1997-04-19 15:14:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1997-04-19 15:14:17 +0000 |
commit | 406f977a5a0e61732fd13cdeec62c3f14bacc317 (patch) | |
tree | dc941fd10f6022c6345ccbf87fd3177c66ea74c3 /csu/Makefile | |
parent | db9d4d768f4230c13e26373794219cf3d5ba1b33 (diff) | |
download | glibc-406f977a5a0e61732fd13cdeec62c3f14bacc317.tar glibc-406f977a5a0e61732fd13cdeec62c3f14bacc317.tar.gz glibc-406f977a5a0e61732fd13cdeec62c3f14bacc317.tar.bz2 glibc-406f977a5a0e61732fd13cdeec62c3f14bacc317.zip |
(distribute): Add defs.awk.
Diffstat (limited to 'csu/Makefile')
-rw-r--r-- | csu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csu/Makefile b/csu/Makefile index 72ac51f84c..cba8a4a5f5 100644 --- a/csu/Makefile +++ b/csu/Makefile @@ -36,7 +36,7 @@ omit-deps = $(patsubst %.o,%,$(start-installed-name) g$(start-installed-name) \ $(csu-dummies)) install-lib = $(start-installed-name) g$(start-installed-name) \ $(csu-dummies) -distribute = initfini.c gmon-start.c start.c +distribute = initfini.c gmon-start.c start.c defs.awk all: # Make this the default target; it will be defined in Rules. |