diff options
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 494baab..1ed3f4f 100644 --- a/src/makefile +++ b/src/makefile | |||
@@ -386,7 +386,7 @@ $(UNIX_SO): $(UNIX_OBJS) | |||
386 | $(SERIAL_SO): $(SERIAL_OBJS) | 386 | $(SERIAL_SO): $(SERIAL_OBJS) |
387 | $(LD) $(SERIAL_OBJS) $(LDFLAGS)$@ | 387 | $(LD) $(SERIAL_OBJS) $(LDFLAGS)$@ |
388 | 388 | ||
389 | install: | 389 | install: |
390 | $(INSTALL_DIR) $(INSTALL_TOP_LDIR) | 390 | $(INSTALL_DIR) $(INSTALL_TOP_LDIR) |
391 | $(INSTALL_DATA) $(TO_TOP_LDIR) $(INSTALL_TOP_LDIR) | 391 | $(INSTALL_DATA) $(TO_TOP_LDIR) $(INSTALL_TOP_LDIR) |
392 | $(INSTALL_DIR) $(INSTALL_SOCKET_LDIR) | 392 | $(INSTALL_DIR) $(INSTALL_SOCKET_LDIR) |