Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 12a153e

Browse files
committed
remove crud for touching extracted files; no longer needed since #24567
1 parent c3e89ce commit 12a153e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build/pkgs/ntl/spkg-install

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,6 @@ ntl_install()
125125
cd "$SRC"
126126

127127
sdh_make_install
128-
129-
# Touch all includes such that dependency checking works properly:
130-
# the timestamp of the includes should be *now*, not the time when
131-
# the NTL package was created.
132-
touch "$SAGE_DESTDIR_LOCAL"/include/NTL/*
133128
}
134129

135130
ntl_configure

0 commit comments

Comments
 (0)