diff options
Diffstat (limited to 'csu')
-rw-r--r-- | csu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csu/Makefile b/csu/Makefile index 144a82653a..fdeaee0ce0 100644 --- a/csu/Makefile +++ b/csu/Makefile @@ -35,7 +35,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 +distribute = initfini.c gmon-start.c start.c all: # Make this the default target; it will be defined in Rules. |