Skip to content

Commit

Permalink
make: fix ldconfig suggestion
Browse files Browse the repository at this point in the history
It wasn't visible.
  • Loading branch information
stsp committed Feb 1, 2025
1 parent f921fd9 commit bd9e8d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ install_djdev64:
cp -fP $(DJDEV64DEVL) $(DESTDIR)$(libdir)
$(INSTALL) -m 0755 $(DJSTUB64LIB) $(DESTDIR)$(libdir)
cp -fP $(DJSTUB64DEVL) $(DESTDIR)$(libdir)
@echo
@echo "Done installing. You may need to run \"sudo ldconfig\" now."

install: install_dj64 install_djdev64 install_demos
@echo
@echo "Done installing. You may need to run \"sudo ldconfig\" now."

uninstall:
$(RM) -r $(DESTDIR)$(prefix)/i386-pc-dj64
Expand Down

0 comments on commit bd9e8d4

Please sign in to comment.