Skip to content

Commit b510c36

Browse files
donnRavenslofty
authored andcommitted
hotfix: headers mistakenly added to clean target
- fix `make clean` deleting a number of headers when ENABLE_PYOSYS is set to 1
1 parent 272aa9c commit b510c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@ docs: docs/prep
11311131

11321132
clean: clean-py
11331133
rm -rf share
1134-
rm -f $(OBJS) $(GENFILES) $(TARGETS) $(EXTRA_TARGETS) $(EXTRA_OBJS) $(PY_WRAP_INCLUDES)
1134+
rm -f $(OBJS) $(GENFILES) $(TARGETS) $(EXTRA_TARGETS) $(EXTRA_OBJS)
11351135
rm -f kernel/version_*.o kernel/version_*.cc
11361136
rm -f libs/*/*.d frontends/*/*.d passes/*/*.d backends/*/*.d kernel/*.d techlibs/*/*.d
11371137
rm -rf tests/asicworld/*.out tests/asicworld/*.log

0 commit comments

Comments
 (0)