Skip to content

Commit f6bd560

Browse files
committed
Run smelly.py tool from $(srcdir).
1 parent 0242094 commit f6bd560

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2420,7 +2420,7 @@ distclean: clobber
24202420

24212421
# Check that all symbols exported by libpython start with "Py" or "_Py"
24222422
smelly: @DEF_MAKE_RULE@
2423-
$(RUNSHARED) ./$(BUILDPYTHON) Tools/scripts/smelly.py
2423+
$(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/smelly.py
24242424

24252425
# Find files with funny names
24262426
funny:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Run smelly.py and multissltests.py from $(srcdir).

0 commit comments

Comments
 (0)