Commit a05fe5a3 authored by Vincent Pelletier's avatar Vincent Pelletier

fixup! Stop pretending to be an executable.

parent a172c8a1
......@@ -11,7 +11,7 @@ userhosts.so: userhosts.c
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LDLIBS)
install: all
install -Dp userhosts $(DESTDIR)$(PREFIX)/lib/userhosts.so
install -Dp userhosts.so $(DESTDIR)$(PREFIX)/lib/userhosts.so
uninstall:
-cd $(DESTDIR)$(PREFIX) && rm -f lib/userhosts.so
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment