Skip to content

Commit 6933c02

Browse files
committed
Update Makefile.
1 parent d52ecfe commit 6933c02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sonic-sswsyncd/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ $(BCMCMD) : $(SDIR)/$(BCMCMD).cpp
8585
$(CC) -o $(BIN_DIR)/$(BCMCMD) $^ $(CFLAGS) $(CFLAGS_COMMON) $(LIBS)
8686

8787
install :
88-
$(INSTALL) -D $(DSSERVE) $(DESTDIR)/usr/sbin/$(DSSERVE)
89-
$(INSTALL) -D $(BCMCMD) $(DESTDIR)/usr/sbin/$(BCMCMD)
88+
$(INSTALL) -D $(BIN_DIR)/$(DSSERVE) $(DESTDIR)/usr/sbin/$(DSSERVE)
89+
$(INSTALL) -D $(BIN_DIR)/$(BCMCMD) $(DESTDIR)/usr/sbin/$(BCMCMD)
9090

9191
clean:
9292
rm -rf $(ODIR) $(BIN_DIR)

0 commit comments

Comments
 (0)