Skip to content

Commit

Permalink
Don't install symlinks in the .../commands directory, no longer used.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Sep 26, 2023
1 parent 24e9d73 commit 2454d48
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ OBJS = \
ipptransform3d.o
TARGETS = \
$(BIN_TARGETS) \
$(COMMAND_TARGETS) \
$(SBIN_TARGETS)
COMMAND_TARGETS = \
BIN_TARGETS = \
ipp3dprinter \
ippdoclint \
ipptransform \
$(IPPTRANSFORM3D_BIN)
BIN_TARGETS = \
ipp3dprinter
SBIN_TARGETS = \
ippproxy

Expand Down Expand Up @@ -64,12 +62,6 @@ install: all
for file in $(BIN_TARGETS); do \
$(INSTALL_BIN) $$file $(BUILDROOT)$(bindir)/$$file; \
done
echo "Installing printer commands to $(BUILDROOT)$(libexecdir)/cups/command..."
$(INSTALL_DIR) $(BUILDROOT)$(libexecdir)/cups/command
for file in $(COMMAND_TARGETS); do \
$(INSTALL_BIN) $$file $(BUILDROOT)$(bindir)/$$file; \
$(LN) $(bindir)/$$file $(BUILDROOT)$(libexecdir)/cups/command/$$file; \
done
echo "Installing admin programs to $(BUILDROOT)$(sbindir)..."
$(INSTALL_DIR) $(BUILDROOT)$(sbindir)
for file in $(SBIN_TARGETS); do \
Expand Down

0 comments on commit 2454d48

Please sign in to comment.