Skip to content

Commit

Permalink
Fixed pattern recipe warning, we only need this complex rule for link…
Browse files Browse the repository at this point in the history
…ing a library, fixed DOCGroup#1984
  • Loading branch information
jwillemsen committed Apr 24, 2024
1 parent 0d920ff commit 0c243cf
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions ACE/include/makeinclude/rules.local.GNU
Original file line number Diff line number Diff line change
Expand Up @@ -267,19 +267,7 @@ else
ARCH_SOURCE_DIR := $(patsubst %/,%,$(call PWD)/$(ARCH))
endif

$(INSBIN)/%$(VAR)$(EXEEXT) \
$(INSINC)/ace% \
$(INSLIB)/% \
$(INSMAN)/man1/% \
$(INSMAN)/man2/% \
$(INSMAN)/man3/% \
$(INSMAN)/man4/% \
$(INSMAN)/man5/% \
$(INSMAN)/man6/% \
$(INSMAN)/man7/% \
$(INSMAN)/man8/% \
$(INSMAN)/manl/% \
$(INSMAN)/mann/% :
$(INSLIB)/% :
@$(MKDIR) $(@D)
ifeq ($(vxworks_ntbuild),1)
ifeq ($(SOVERSION),)
Expand Down

0 comments on commit 0c243cf

Please sign in to comment.