diff options
author | Bill Nottingham <notting@redhat.com> | 1999-02-03 19:41:41 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-02-03 19:41:41 +0000 |
commit | d17a1ff63d00bc6491c7c0e5308b83ad4aa758e5 (patch) | |
tree | e2040dfdf84ff22c3025977890726c53663e88cf /src/Makefile | |
parent | e77775963e4fa5b8ab9149befe36a066dd4e7e91 (diff) | |
download | initscripts-d17a1ff63d00bc6491c7c0e5308b83ad4aa758e5.tar initscripts-d17a1ff63d00bc6491c7c0e5308b83ad4aa758e5.tar.gz initscripts-d17a1ff63d00bc6491c7c0e5308b83ad4aa758e5.tar.bz2 initscripts-d17a1ff63d00bc6491c7c0e5308b83ad4aa758e5.tar.xz initscripts-d17a1ff63d00bc6491c7c0e5308b83ad4aa758e5.zip |
*** empty log message ***
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index c2751e9e..cced13c9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -33,7 +33,7 @@ ipcalc: ipcalc.o $(CC) $(LDFLAGS) -o $@ $< -lpopt minilogd: minilogd.o - $(CC) $(LDFLAGS) -o $@ $< + $(CC) $(LDFLAGS) -o $@ $< initlog: initlog.o process.o $(CC) $(LDFLAGS) -o $@ $< -lpopt |