Skip to content

Commit a24cca9

Browse files
authored
Merge pull request #5704 from OpenMathLib/revert-5565-jn/makefile-rule-dynamic
Revert "build: fix rule for building dynamic files"
2 parents b227de9 + 7eab365 commit a24cca9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

driver/others/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@ endif
127127
xerbla.$(SUFFIX) : xerbla.c
128128
$(CC) $(CFLAGS) -c $< -o $(@F)
129129

130-
dynamic%.$(SUFFIX) : dynamic%.c
130+
dynamic.$(SUFFIX) : dynamic.c
131131
$(CC) $(CFLAGS) -c $< -o $(@F)
132132

133-
dynamic%.$(PSUFFIX) : dynamic%.c
133+
dynamic.$(PSUFFIX) : dynamic.c
134134
$(CC) $(PFLAGS) -c $< -o $(@F)
135135

136136
parameter.$(SUFFIX) : parameter.c ../../param.h

0 commit comments

Comments
 (0)