Revert "Another attempt to fix github build"

This reverts commit 0c5c34f8a5.
pull/1662/head
Michael Black W9MDB 2025-01-19 16:48:38 -06:00
rodzic f76864a3c4
commit cfc199dac2
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -107,8 +107,7 @@ myhamlib_PYTHON = \
nodist_myhamlib_PYTHON = Hamlib.py
Hamlib.py: hamlibpy_wrap.c
@true
Hamlib.py: hamlib_wrap.c
# Place them in the exact same directory as the extension: $(pyexecdir)/Hamlib
myhamlibdir = $(pyexecdir)/Hamlib
@ -123,6 +122,7 @@ EXTRA_DIST += \
all-py:
install-py:
Hamlib.py:
@true
##############################################################################
# 4. Remove any custom 'install-py:' or 'install-exec-local: install-py'